Conversation
|
Hi, this change broke msgpack (half the test suite) on big endian systems (in our case Solaris SPARC). Now, I managed to fix it by passing |
|
Please suggest an elegant way to detect endian. |
|
Well, the previous solution of defining it in setup.py based on If I understand the original borg issue, was the problem in the cross-compilation (which is why both Maybe |
|
It's not elegant. |
|
That's true, not very elegant. Well, I think The Or, to make it even more compatible, |
|
I created #513 to address this. |
Ref: borgbackup/borg#6105